Early Visual Studio 2017 compilation supports & intructions #1447
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Tested with compiling latest erlang x64 master branch's commit on visual studio 2017 enterprise
The only last remaining problem is
src\otp\erts\etc\win32\nsis\find_redist.sh seems failed to finding
"vcredist_x64.exe"which is located in
The cl.exe for msvc 2017 enterprise is located in
Based on old INSTAL_WIN32.md direction of recommending visual studio 12.0
or 2013, the cl.exe location for msvc 2013 x64 is :
And the vcredist_x64.exe for msvc 2013 is :
When running "./otp_build installer_win32" i have got the following
error "Failed to locate vcredist_x64.exe because cl.exe was in an
unexpected location".
Any of erlang windows developer wanted to add some more info about
these problems?.